home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TLANGUAGEDIALOG / TLANGUAGEDIALOG.txt
Text File  |  2002-06-30  |  4KB  |  181 lines

  1. object LanguageDialog: TLanguageDialog
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose language...'
  6.   ClientHeight = 275
  7.   ClientWidth = 407
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 5
  20.     Top = 8
  21.     Width = 398
  22.     Height = 217
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 18
  27.     Top = 26
  28.     Width = 133
  29.     Height = 45
  30.     AutoSize = False
  31.     Caption = 'Please select your language:'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     WordWrap = True
  39.   end
  40.   object Label2: TLabel
  41.     Left = 18
  42.     Top = 77
  43.     Width = 84
  44.     Height = 28
  45.     AutoSize = False
  46.     Caption = 'Your language is missing?'
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     WordWrap = True
  54.   end
  55.   object Label3: TLabel
  56.     Left = 18
  57.     Top = 112
  58.     Width = 137
  59.     Height = 44
  60.     AutoSize = False
  61.     Caption = 'Please translate and  many people will appreciate your help!'
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     WordWrap = True
  69.   end
  70.   object Label4: TLabel
  71.     Left = 22
  72.     Top = 194
  73.     Width = 155
  74.     Height = 13
  75.     Caption = 'Selected language translated by:'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.   end
  83.   object LabelTranslator: TLabel
  84.     Left = 192
  85.     Top = 194
  86.     Width = 201
  87.     Height = 27
  88.     AutoSize = False
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     WordWrap = True
  96.   end
  97.   object OKBtn: TButton
  98.     Left = 107
  99.     Top = 237
  100.     Width = 82
  101.     Height = 27
  102.     Caption = 'OK'
  103.     Default = True
  104.     Font.Charset = ANSI_CHARSET
  105.     Font.Color = clWindowText
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ModalResult = 1
  110.     ParentFont = False
  111.     TabOrder = 0
  112.   end
  113.   object CancelBtn: TButton
  114.     Left = 211
  115.     Top = 237
  116.     Width = 81
  117.     Height = 27
  118.     Cancel = True
  119.     Caption = 'Cancel'
  120.     Font.Charset = ANSI_CHARSET
  121.     Font.Color = clWindowText
  122.     Font.Height = -11
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = []
  125.     ModalResult = 2
  126.     ParentFont = False
  127.     TabOrder = 1
  128.   end
  129.   object ListBox1: TListBox
  130.     Left = 236
  131.     Top = 18
  132.     Width = 156
  133.     Height = 156
  134.     Font.Charset = ANSI_CHARSET
  135.     Font.Color = clWindowText
  136.     Font.Height = -13
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ItemHeight = 16
  140.     Items.Strings = (
  141.       'Chinese (simplified)'
  142.       'Czech'
  143.       'Danish'
  144.       'Dutch'
  145.       'English'
  146.       'Estonian'
  147.       'French'
  148.       'German'
  149.       'Greek'
  150.       'Hungarian'
  151.       'Italian'
  152.       'Japanese'
  153.       'Norwegian'
  154.       'Polish'
  155.       'Portuguese'
  156.       'Romanian'
  157.       'Russian'
  158.       'Spanish'
  159.       'Swedish'
  160.       'Turkish')
  161.     ParentFont = False
  162.     TabOrder = 2
  163.     OnClick = ListBox1Click
  164.   end
  165.   object Button1: TButton
  166.     Left = 19
  167.     Top = 161
  168.     Width = 49
  169.     Height = 19
  170.     Caption = 'new...'
  171.     Font.Charset = ANSI_CHARSET
  172.     Font.Color = clWindowText
  173.     Font.Height = -11
  174.     Font.Name = 'MS Sans Serif'
  175.     Font.Style = []
  176.     ParentFont = False
  177.     TabOrder = 3
  178.     OnClick = Button1Click
  179.   end
  180. end
  181.